Platform Explorer / Nuxeo Platform 2023.10

Extension point resourceadapters

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.relations.descriptors.ResourceAdapterDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-relations-core-2023.10.13.jar /OSGI-INF/nxrelations.xml
    <extension point="resourceadapters" target="org.nuxeo.ecm.platform.relations.services.RelationService">
        <adapter class="org.nuxeo.ecm.platform.relations.adapters.DocumentModelResourceAdapter" namespace="http://www.nuxeo.org/document/uid/"/>
        <!-- compat with incorrect code -->
        <adapter class="org.nuxeo.ecm.platform.relations.adapters.DocumentModelResourceAdapter" namespace="http://www.nuxeo.org/document/uid"/>
      </extension>
  • nuxeo-platform-comment-2023.10.13.jar /OSGI-INF/comment-relation-contrib.xml
    <extension point="resourceadapters" target="org.nuxeo.ecm.platform.relations.services.RelationService">
        <!-- XXX AT: this namespace should have an ending slash -->
        <adapter class="org.nuxeo.ecm.platform.relations.adapters.DocumentModelResourceAdapter" namespace="http://www.nuxeo.org/comments/uid"/>
      </extension>